From: Linus Walleij Date: Wed, 29 Aug 2012 18:27:12 +0000 (+0200) Subject: ARM: ks8695: delete resume hook from timer X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~10283^2~20^2~2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=d7dda9875b84eb6c2828592b17aa173ac17bf75d;p=linux-4.9.git ARM: ks8695: delete resume hook from timer This system does not support suspend/resume so let's skip this hook altogether. Tested-by: Greg Ungerer Signed-off-by: Linus Walleij --- diff --git a/arch/arm/mach-ks8695/time.c b/arch/arm/mach-ks8695/time.c index ae9daccca4c1..6974c2355601 100644 --- a/arch/arm/mach-ks8695/time.c +++ b/arch/arm/mach-ks8695/time.c @@ -127,7 +127,6 @@ static void __init ks8695_timer_init (void) struct sys_timer ks8695_timer = { .init = ks8695_timer_init, .offset = ks8695_gettimeoffset, - .resume = ks8695_timer_setup, }; void ks8695_restart(char mode, const char *cmd)